码迷,mamicode.com
首页 >  
搜索关键字:yum list | grep zsh    ( 87714个结果
egg和koa洋葱模型
一个请求通过经过中间件最后生成响应 基于koa2的demo const Koa = require('koa'); const app = new Koa(); const PORT = 3000; // #1 app.use(async (ctx, next)=>{ console.log('wa ...
分类:其他好文   时间:2021-04-15 12:19:38    阅读次数:0
【问题管理】 -- RabbitMQ启动时报错:Job for rabbitmq-server.service failed because the control process exited with error code. See "systemctl status rabbl -xe" for details.
1.问题背景 基于docker容器yum install安装的RabbitMQ,这里需要修改RabbitMQ下的相关配置文件,我这里关闭了RabbitMQ。 修改之后重启RabbitMQ,发现Restart不了了,而且还直接抛出了异常~~尴尬! 异常信息: Job for rabbitmq-serv ...
分类:其他好文   时间:2021-04-15 12:19:23    阅读次数:0
CentOS搭建局域网YUM源
先搭建本地YUM源 确认系统版本 [root@moke ~]# cat /etc/redhat-release CentOS Linux release 7.2.1511 (Core) [root@moke ~]# 准备资源: http://mirror.nsc.liu.se/centos-stor ...
分类:其他好文   时间:2021-04-15 12:18:08    阅读次数:0
每日一题力扣94 二叉树的中序遍历
给定一个二叉树的根节点 root ,返回它的 中序 遍历。 示例 1: 输入:root = [1,null,2,3] 输出:[1,3,2] class Solution: def inorderTraversal(self, root: TreeNode) -> List[int]: def in_ ...
分类:其他好文   时间:2021-04-15 12:16:15    阅读次数:0
java学习--工具类学习之Arrays(1)
一、基本定义 Arrays类,全路径java.util.Arrays,主要功能为操作数组,调用方法为Array.方法名 二、常用方法 1. <T> List<T> asList(T... a) 可以将数组转化为相应的list集合,但是也只能转化为list,asList方法内部构建了一个内部静态类Ar ...
分类:编程语言   时间:2021-04-15 12:15:31    阅读次数:0
循环list执行删除报ConcurrentModificationException异常
遍历中移除操作报错:java.util.ConcurrentModificationException Set<String> taskIdList = taskMapper.shelvesTaskV3();Set<String> collectionNames = markerTaskReposi ...
分类:其他好文   时间:2021-04-15 12:09:49    阅读次数:0
gitllab访问报错:Permission denied (publickey). 以及后续测试
主要测试了各方式clone的情况: 1. 安装gitlab,配置ip:port。 常规步骤: yum install -y curl policycoreutils-python openssh-server wget https://mirrors.tuna.tsinghua.edu.cn/git ...
分类:其他好文   时间:2021-04-15 12:08:39    阅读次数:0
linux 系统时间同步问题(Centos7)
三步解决系统时间同步(Centos7) 第一步,时区设置 第二步,时间同步 第三步,定时任务 **************时区设置************ ##确认服务器上时区名称 timedatectl list-timezones |grep Shanghai ##设置时区名称 timedate ...
分类:系统相关   时间:2021-04-15 12:02:24    阅读次数:0
python list按 两个字段排序
[ { "m": "01", "v": 0.019, "dq": 0, "ts": null, "pf": null, "time": "2021-03-28 00:00:00", "stringTime": "2021-03-28", "flag": null }, { "m": "01", "v ...
分类:编程语言   时间:2021-04-15 12:00:42    阅读次数:0
Cannot deserialize instance of `java.util.ArrayList<org.jeecg.modules.face.entity.FaceDevice>` out of START_OBJECT token
远程调用出现json解析异常 操作失败,Error while extracting response for type [java.util.List<org.jeecg.modules.face.entity.FaceDevice>] and content type [application/ ...
分类:编程语言   时间:2021-04-14 12:42:30    阅读次数:0
87714条   上一页 1 ... 60 61 62 63 64 ... 8772 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!